home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / flyinf.dir / 00041.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  932 b   |  27 lines

  1. on mouseDown
  2.   global gMovNo, gVolume
  3.   if (the castNum of sprite 8 = 23) and (the castNum of sprite 7 = 22) then
  4.     exit
  5.   end if
  6.   set the controller of cast gMovNo to 0
  7.   set the video of cast gMovNo to 0
  8.   set the castNum of sprite 10 to cast getAt(FlyList, 5)
  9.   if the castNum of sprite 8 = 33 then
  10.     set the castNum of sprite 15 to cast getAt(FlyList, 11)
  11.     set gMovNo to the number of cast getAt(FlyList, 11)
  12.   end if
  13.   if the castNum of sprite 7 = 32 then
  14.     set the castNum of sprite 15 to cast getAt(FlyList, 10)
  15.     set gMovNo to the number of cast getAt(FlyList, 10)
  16.   end if
  17.   set the castNum of sprite 6 to 21
  18.   set LtxtNo to the number of cast getAt(FlyList, 6)
  19.   set the castNum of sprite 11 to LtxtNo
  20.   set the castNum of sprite 14 to 52
  21.   set the castNum of sprite 8 to 23
  22.   set the castNum of sprite 7 to 22
  23.   updateStage()
  24.   set the movieRate of sprite 15 to 1
  25.   set the volume of sprite 15 to gVolume
  26. end
  27.